PowerSNMP for .NET CF
Opaque Constructor(Byte[])
See Also  Send comments on this topic.
Dart.Snmp.SimpleType Namespace > Opaque Class > Opaque Constructor : Opaque Constructor(Byte[])




value
The byte array assigned to this object.
Initializes a new instance of the Opaque class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal value() As Byte _
)
Visual Basic (Usage)Copy Code
Dim value() As Byte
 
Dim instance As New Opaque(value)
C# 
public Opaque( 
   byte[] value
)
Managed Extensions for C++ 
public: Opaque( 
   byte[]* value
)
C++/CLI 
public:
Opaque( 
   array<byte>^ value
)

Parameters

value
The byte array assigned to this object.

Exceptions

ExceptionDescription
System.ArgumentNullExceptionvalue is a null reference.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.